home *** CD-ROM | disk | FTP | other *** search
/ Gigarom 1 / Gigarom Macintosh Archives (Quantum Leap)(CDRM1080320)(1993).iso / FILES / HYP / T-Z / Weight Loss.sea / Weight Loss / card_3784.txt < prev    next >
Text File  |  1990-10-04  |  1KB  |  52 lines

  1. -- card: 3784 from stack: in
  2. -- bmap block id: 3113
  3. -- flags: 0000
  4. -- background id: 2695
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 2000
  11. -- rect: left=16 top=13 right=31 bottom=43
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 6460 / 6460
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Return
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   visual effect dissolve slowly
  23.   go previous
  24.   show card button "instructions"
  25.   show card button "calories"
  26. end mouseUp
  27.  
  28.  
  29.  
  30.  
  31. -- part 6 (button)
  32. -- low flags: 00
  33. -- high flags: 2000
  34. -- rect: left=461 top=12 right=44 bottom=498
  35. -- title width / last selected line: 0
  36. -- icon id / first selected line: 1007 / 1007
  37. -- text alignment: 1
  38. -- font id: 0
  39. -- text size: 12
  40. -- style flags: 0
  41. -- line height: 16
  42. -- part name: Print
  43. ----- HyperTalk script -----
  44. on mouseUp
  45.   hide card button "return"
  46.   hide card button "Print"
  47.   doMenu "Print Card"
  48.   show card button "return"
  49.   show card button "Print"
  50. end mouseUp
  51.  
  52.